home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / libeel2-data / TODO < prev   
Encoding:
Text File  |  2007-01-03  |  1.0 KB  |  28 lines

  1. For tasks outside the porting effort, we track them as bugs in
  2. http://bugzilla.gnome.org. For the porting effort, please let
  3. darin@bentspoon.com know what you are working on.
  4.  
  5. Note that eel is currently "joined at the hip" to Nautilus.
  6.  
  7. Also note that all the code marked GNOME2_CONVERSION_COMPLETE
  8. right now is covered by the items below.
  9.  
  10. - Finish porting the EelFontPicker to Pango, or remove it if
  11.   we can replace it with something else.
  12. - Remove basically anything Nautilus isn't using unless it's
  13.   *incredibly* great.
  14.     - eel_show_yes_no_dialog has unused parameters.
  15.  
  16. Accessibility open questions
  17.  
  18.     + should EelEllipsizing label return the ellipsized
  19.       text ? via AtkText, currently it doesn't.
  20.  
  21.     + with EelCaption do we have a relationset ? what
  22.       about if the label is hidden, do we need an AtkText
  23.       on the eel-caption, and prune the label's AtkObject
  24.       from the children ? mostly the caption is always
  25.       shown, could we just set the atk_object_name on the
  26.       caption to the label instead / as well ?
  27.  
  28.     + should EelStringPicker have a Combo / popup role ?